From: Matthieu Gallien Date: Tue, 8 Apr 2025 15:15:14 +0000 (+0200) Subject: remove bogus check that tried to check for existing case clash conflict X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2^2~43^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=cba3701c5c4764ab4e30f9441a8ff712273c165a;p=nextcloud-desktop.git remove bogus check that tried to check for existing case clash conflict Signed-off-by: Matthieu Gallien --- diff --git a/test/testsyncengine.cpp b/test/testsyncengine.cpp index 02f9668cc..b2d721aaa 100644 --- a/test/testsyncengine.cpp +++ b/test/testsyncengine.cpp @@ -1849,12 +1849,6 @@ private slots: QVERIFY(conflictSolverCaseClashForFolderDone.wait()); QVERIFY(fakeFolder.syncOnce()); - // verify no case clash conflicts folder items are found - caseClashConflictFolderItemLower = completeSpy.findItem(diverseConflictsFolderPath + "/" + testLowerCaseFolder); - caseClashConflictFolderItemUpper = completeSpy.findItem(diverseConflictsFolderPath + "/" + testUpperCaseFolder); - QVERIFY((!caseClashConflictFolderItemLower || caseClashConflictFolderItemLower->_file.isEmpty()) - && (!caseClashConflictFolderItemUpper || caseClashConflictFolderItemUpper->_file.isEmpty())); - // veriy invalid filename conflict folder item is still present invalidFilenameConflictFolderItem = completeSpy.findItem(diverseConflictsFolderPath + "/" + testInvalidCharFolder); completeSpy.clear();